home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / INETD_CO.{26 < prev    next >
Text File  |  1999-09-17  |  4KB  |  97 lines

  1. # See "man 8 inetd" for more information.
  2. #
  3. # If you make changes to this file, either reboot your machine or send the
  4. # inetd a HUP signal:
  5. # Do a "ps x" as root and look up the pid of inetd. Then do a
  6. # "kill -HUP <pid of inetd>".
  7. # The inetd will re-read this file whenever it gets that signal.
  8. #
  9. # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
  10. #
  11. # The first 4 services are really only used for debugging purposes, so
  12. # we comment them out since they can otherwise be used for some nasty
  13. # denial-of-service attacks.  If you need them, uncomment them.
  14. # echo       stream    tcp    nowait    root    internal
  15. # echo       dgram    udp    wait    root    internal
  16. # discard    stream    tcp    nowait    root    internal
  17. # discard    dgram    udp    wait    root    internal
  18. # daytime    stream    tcp    nowait    root    internal
  19. # daytime    dgram    udp    wait    root    internal
  20. # chargen    stream    tcp    nowait    root    internal
  21. # chargen    dgram    udp    wait    root    internal
  22. # time    stream    tcp    nowait    root    internal
  23. # time    dgram    udp    wait    root    internal
  24. #
  25. # These are standard services.
  26. #
  27. # ftp    stream    tcp    nowait    root    /usr/sbin/tcpd    wu.ftpd -l -i -a
  28. # telnet    stream  tcp     nowait  root    /usr/sbin/tcpd    in.telnetd
  29. #
  30. # The comsat daemon notifies the user of new mail when biff is set to y:
  31. # comsat        dgram   udp     wait    root    /usr/sbin/tcpd  in.comsat
  32. #
  33. # Shell, login, exec and talk are BSD protocols.
  34. #
  35. # shell    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rshd -L
  36. # login    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rlogind
  37. # exec    stream    tcp    nowait    root    /usr/sbin/tcpd    in.rexecd
  38. # talk    dgram    udp    wait    root    /usr/sbin/tcpd    in.talkd
  39. # ntalk    dgram    udp    wait    root    /usr/sbin/tcpd    in.talkd
  40. #
  41. # Kerberos authenticated services
  42. #
  43. # klogin    stream    tcp    nowait    root    /usr/sbin/tcpd    rlogind -k
  44. # eklogin    stream    tcp    nowait    root    /usr/sbin/tcpd    rlogind -k -x
  45. # kshell    stream    tcp    nowait    root    /usr/sbin/tcpd    rshd -k
  46. #
  47. # Services run ONLY on the Kerberos server
  48. #
  49. # krbupdate    stream    tcp    nowait    root    /usr/sbin/tcpd    registerd
  50. # kpasswd    stream    tcp    nowait    root    /usr/sbin/tcpd    kpasswdd
  51. #
  52. # Pop et al
  53. #
  54. # pop2    stream    tcp    nowait    root    /usr/sbin/tcpd    in.pop2d
  55. # pop3    stream    tcp    nowait    root    /usr/sbin/tcpd    in.pop3d
  56. # The ipop3d POP3 server is part of the Pine distribution.  If you've
  57. # installed the Pine package, you may wish to switch to ipop3d by 
  58. # commenting out the pop3 line above, and uncommenting the pop3 line below.
  59. # pop3    stream    tcp    nowait    root    /usr/sbin/tcpd    ipop3d
  60. # imap2   stream  tcp     nowait  root    /usr/sbin/tcpd  imapd
  61. #
  62. # Tftp service is provided primarily for booting.  Most sites
  63. # run this only on machines acting as "boot servers." 
  64. #
  65. # tftp    dgram    udp    wait    nobody    /usr/sbin/tcpd    in.tftpd
  66. # bootps    dgram    udp    wait    root    /usr/sbin/in.bootpd    in.bootpd
  67. #
  68. # Finger, systat and netstat give out user information which may be
  69. # valuable to potential "system crackers."  Many sites choose to disable 
  70. # some or all of these services to improve security.
  71. # Try "telnet localhost systat" and "telnet localhost netstat" to see that
  72. # information yourself!
  73. #
  74. # finger    stream    tcp    nowait    nobody    /usr/sbin/tcpd    in.fingerd -u
  75. # systat    stream    tcp    nowait    nobody    /usr/sbin/tcpd    /bin/ps    -auwwx
  76. # netstat    stream    tcp    nowait    root    /usr/sbin/tcpd    /bin/netstat    -a
  77. #
  78. # Ident service is used for net authentication
  79. # auth    stream    tcp    wait    nobody    /usr/sbin/in.identd    in.identd -w -t120 -l
  80. #
  81. # These are to start Samba, an smb server that can export filesystems to
  82. # Pathworks, Lanmanager for DOS, Windows for Workgroups, Windows95, Lanmanager
  83. # for Windows, Lanmanager for OS/2, Windows NT, etc.  
  84. # If you're running smbd and nmbd from daemons in /etc/rc.d/rc.samba, then you
  85. # shouldn't uncomment these lines.
  86. # netbios-ssn     stream  tcp     nowait  root    /usr/sbin/smbd  smbd
  87. # netbios-ns      dgram   udp     wait    root    /usr/sbin/nmbd  nmbd
  88. #
  89. # Sun-RPC based services.
  90. # <service name/version><sock_type><rpc/prot><flags><user><server><args>
  91. #
  92. # rstatd/1-3    dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rstatd
  93. # rusersd/2-3    dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rusersd
  94. # walld/1        dgram    rpc/udp    wait    root    /usr/sbin/tcpd    rpc.rwalld
  95. #
  96. # End of inetd.conf.
  97.